home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -in_the_mag- / reader_requests / dice_v3.15 / test / y.a < prev    next >
Text File  |  1999-01-26  |  159b  |  18 lines

  1.  
  2.             ;
  3.             ;
  4.             ;
  5.  
  6.             section text,code
  7.  
  8.             xdef    fubar
  9.             xref    begin
  10.  
  11. fubar
  12.             bra     begin
  13.             nop
  14.             nop
  15.             nop
  16.  
  17.             END
  18.